home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / popsu.dfm / popsu.txt
Encoding:
Text File  |  1999-07-27  |  1.8 KB  |  104 lines

  1. object SetupDlg: TSetupDlg
  2.   Left = 246
  3.   Top = 115
  4.   ActiveControl = ServerEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 161
  8.   ClientWidth = 403
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 385
  20.     Height = 113
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 24
  25.     Top = 24
  26.     Width = 88
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     Caption = 'POP3 Server'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 48
  34.     Width = 88
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     Caption = 'User Name'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 16
  41.     Top = 72
  42.     Width = 96
  43.     Height = 13
  44.     Alignment = taRightJustify
  45.     Caption = 'Password'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 24
  49.     Top = 96
  50.     Width = 88
  51.     Height = 13
  52.     Alignment = taRightJustify
  53.     Caption = 'Log File Name'
  54.   end
  55.   object ServerEdit: TEdit
  56.     Left = 117
  57.     Top = 16
  58.     Width = 265
  59.     Height = 21
  60.     TabOrder = 0
  61.   end
  62.   object UserNameEdit: TEdit
  63.     Left = 117
  64.     Top = 40
  65.     Width = 265
  66.     Height = 21
  67.     TabOrder = 1
  68.   end
  69.   object PasswordEdit: TEdit
  70.     Left = 117
  71.     Top = 64
  72.     Width = 265
  73.     Height = 21
  74.     TabOrder = 2
  75.   end
  76.   object LogFileNameEdit: TEdit
  77.     Left = 117
  78.     Top = 88
  79.     Width = 265
  80.     Height = 21
  81.     TabOrder = 3
  82.   end
  83.   object OKButton: TButton
  84.     Left = 224
  85.     Top = 128
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 4
  92.   end
  93.   object CancelButton: TButton
  94.     Left = 312
  95.     Top = 128
  96.     Width = 75
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 5
  102.   end
  103. end
  104.